home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 April
/
CHIP CD (4 - 2007).iso
/
beeld
/
3d
/
ArtOfIllusion24-Mac.dmg
/
Art of Illusion
/
ArtOfIllusion.jar
/
bsh
/
commands
/
debug.bsh
< prev
next >
Wrap
Text File
|
2005-05-23
|
206b
|
11 lines
/**
Toggle on and off debug mode.
Debug output is verbose and generally useful only for developers.
*/
bsh.help.debug = "usage: debug()";
debug() {
this.interpreter.DEBUG = !this.interpreter.DEBUG;
}